home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 January / Macworld (2000-01).dmg / Serious Software / NetCloak 3.0.3 Pro CD demo.sea / NetCloak 3.0.3 Pro CD demo / NetCloak Introduction / NetCloak / Feedback / Feedback.FDML < prev    next >
Text File  |  1999-01-29  |  2KB  |  108 lines

  1. <AUTOLINK>
  2.     "AutoLink.doc"
  3. </AUTOLINK>
  4.  
  5. <MENUDOC>
  6.     "<REPLACE_FN ForumName>Menu.html"
  7.     <LI> <A HREF="<HTMLFILENAME>"><REPLACE DocTitle></A> (<DATE>)
  8. </MENUDOC>
  9.  
  10. <RECENTLIST>
  11.     <LI> <A HREF="<HTMLFILENAME>"><REPLACE DocTitle></A> (<DATE>)
  12. </RECENTLIST>
  13.  
  14. <RESPONSE>
  15.     "Response.html"
  16. </RESPONSE>
  17.  
  18. <CREATEDOC>
  19.     "<REPLACE_FN ForumName>Articles/<REPLACE_FN DocTitle>.html"
  20. </CREATEDOC>
  21.  
  22. <HTML>
  23. <HEAD>
  24. <TITLE><REPLACE DocTitle></TITLE>
  25.  
  26. <!-- Since this page contains a menu list that will be continuously updated by NetCloak Pro, -->
  27. <!-- we'll add a META tag to prevent this page from being cached by the browser.         -->
  28. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  29.  
  30. </HEAD>
  31.  
  32. <BODY BGCOLOR="#ffffff">
  33. <H1><REPLACE DocTitle></H1>
  34.  
  35. <I>Article submitted by <REPLACE Author> on <DATE>.</I>
  36. <HR>
  37. <REPLACE ArticleText>
  38. <P>
  39. <LINKNEXT><BR>
  40. <LINKPREVIOUS><BR>
  41. <A HREF="<MENUFILENAME>">Return to <REPLACE ForumName> Menu</A>
  42. <HR>
  43. <H3>Responses to this article</H3>
  44. <UL>
  45. </UL>
  46. <HR>
  47. <H3>If you would like to post a response to this article, fill out this form completely...</H3>
  48.  
  49. <!-- The FORM tag specifies NetCloak.acgi as the CGI that will handle the form.   -->
  50. <!-- If you set up a NetCloak Pro action and suffix mapping, remove "/NetCloak.acgi$" -->
  51. <!-- from the ACTION path below.                                                  -->
  52. <FORM 
  53.     METHOD=POST 
  54.     ACTION="/NetCloak.acgi$/NetCloak/Feedback/FeedbackResponse.FDML">
  55.  
  56. <TABLE>
  57.     <TR>
  58.         <TD>Response Title:</TD>
  59.         <TD><INPUT 
  60.                 TYPE="text" 
  61.                 NAME="DocTitle" 
  62.                 SIZE="32" 
  63.                 MAXLENGTH="32"></TD>
  64.     </TR>
  65.     <TR>
  66.         <TD>Author:</TD>
  67.         <TD><INPUT 
  68.                 TYPE="text" 
  69.                 NAME="Author" 
  70.                 SIZE="32" 
  71.                 MAXLENGTH="32"></TD>
  72.     </TR>
  73.     <TR>
  74.         <TD COLSPAN="2">Response Text:<BR>
  75.             <TEXTAREA 
  76.                 NAME="ArticleText" 
  77.                 WRAP="soft" 
  78.                 ROWS=10 
  79.                 COLS=60></TEXTAREA></TD>
  80.     </TR>
  81. </TABLE>
  82.  
  83. <INPUT 
  84.     TYPE="hidden" 
  85.     NAME="OrigURL" 
  86.     VALUE="<HTMLFILENAME>">
  87. <INPUT 
  88.     TYPE="hidden" 
  89.     NAME="OrigArticle" 
  90.     VALUE="<REPLACE_RAW DocTitle>">
  91. <INPUT 
  92.     TYPE="hidden" 
  93.     NAME="OrigForum" 
  94.     VALUE="<REPLACE_RAW ForumName>">
  95. <P>
  96. <INPUT 
  97.     TYPE="submit" 
  98.     VALUE="Submit Response"> 
  99. <INPUT 
  100.     TYPE="reset" 
  101.     VALUE="Start Over">
  102. <P>
  103. </FORM>
  104. <HR>
  105. Article complete. <A HREF="/NetCloak/Feedback/Feedback.html">Return to the Feedback Menu.</A>
  106. </BODY>
  107. </HTML>
  108.